home *** CD-ROM | disk | FTP | other *** search
- Path: au.wang.com!chianina!usenet
- From: Jeremy Lee <jeremyl>
- Newsgroups: comp.lang.c
- Subject: Re: Help with simple code
- Date: 15 Jan 1996 04:14:25 GMT
- Organization: WANG
- Message-ID: <4dckb1$79q@chianina.au.wang.com>
- References: <4dbak5$oij@ionews.io.org>
- NNTP-Posting-Host: hellfire.au.wang.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1B sun4)
- X-URL: news:4dbak5$oij@ionews.io.org
-
- [ ommit C code that uses pow() ]
-
- Examples in books often forget to tell you how to link the code.
-
- On my system I link in the math library "m"
-
- cc -target sun4 -o t t.c -lm
-
- --
- ----------------------------------------------------------------------
- Jeremy Lee
- Wang Australia
- jeremy_lee@ccmail.au.wang.com
-
-